home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / cafe / ultslots.dir / 00241_STEP -1.ls < prev    next >
Encoding:
Text File  |  1996-10-06  |  382 b   |  15 lines

  1. on mouseDown
  2.   puppetSprite(25, 1)
  3.   set the memberNum of sprite 25 to the number of member "MINUS DOWN.PICT"
  4.   updateStage()
  5.   set the movieRate of sprite 5 to 0
  6.   set nframe to the movieTime of sprite 5
  7.   set the movieTime of sprite 5 to nframe - 6
  8. end
  9.  
  10. on mouseUp
  11.   set the memberNum of sprite 25 to the number of member "MINUS UP.PICT"
  12.   updateStage()
  13.   puppetSprite(25, 0)
  14. end
  15.